const crypto/tls.alertNoRenegotiation

6 uses

	crypto/tls (current package)
		alert.go#L41: 	alertNoRenegotiation              alert = 100
		alert.go#L77: 	alertNoRenegotiation:              "no renegotiation",
		conn.go#L813: 	case alertNoRenegotiation, alertCloseNotify:
		conn.go#L1180: 		return c.sendAlert(alertNoRenegotiation)
		conn.go#L1185: 		return c.sendAlert(alertNoRenegotiation)
		conn.go#L1188: 			return c.sendAlert(alertNoRenegotiation)